html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}
#content {
  position: relative;
  min-height: 100%;
}
* html #content {
  height: 100%;
}
#footer {
  position: relative;
  margin-top: -2.5em;
  height: 2.5em;
}

p
        {
        font-family: Tahoma;
        text-indent: 0cm;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 10px;
        text-align: left;
        COLOR: #000000;
        font-size: 12px
        }
.contacts {
    font-size: 16px; 
    margin-bottom: 0px;
    padding-left:5px;
    padding-top:2px;
    padding-bottom:0px;
    margin:0px;
    }
div.footer {
        font-family: Tahoma;
        text-indent: 0cm;
        text-align: center;
        font-size: 12px;
        COLOR: #000000;
        margin: 0px;
        margin-bottom:4px;
        padding-top: 8px;
        padding-bottom: 10px;
        border-width:0px;
        border-style: solid;
        border-color:#FFFFFF;
        background-color:#FFFFFF;

}
div.big_red {
        font-family: Tahoma;
        text-indent: 0cm;
        text-align: center;
        font-size: 28px;
        font-weight:bold;
        COLOR: #FF0000;
        margin: 0px;
        margin-bottom:4px;
        padding-top: 8px;
        padding-bottom: 10px;
        border-width:0px;
        border-style: solid;
        border-color:#FFFFFF;
}
.unadv {
        font-family: Tahoma;
        text-indent: 0cm;
        text-align: left;
        font-size: 18px;
        COLOR: #FF0000;
        margin: 0px;
        width: 586px;
        margin-bottom:4px;
        padding-top: 8px;
        padding-bottom: 10px;
        border-width:2px;
        border-style: dashed;
        border-color:#000000;
        background-color:#FFFF99;
}
.blinks {  font-size:18px;
  margin-left:15px;
  margin-bottom:15px;}
.step_cells {
width: 140px;
height: 126px;
padding:0px;
margin:0px;
vertical-align:top;
        font-family: Tahoma;
        text-indent: 0cm;
        text-align: left;
        font-size: 11px;
        font-weight:bold;
}
td {font-family: Tahoma;
        text-indent: 0cm;
        text-align: left;
        font-size: 16px;
}
li {  padding-top:15px;}
a:link
    {
      color: #0000FF;
    text-decoration: underline;
    }
a:visited
    {
    color: #0000FF;
    text-decoration: underline;
    }

a:hover
      {
      color:#01BBEC;
      text-decoration: none;
      }

a:active
    {
      color:#0000FF;
      text-decoration: underline;

